Previous Book Contents Book Index Next

Inside Macintosh: /
QuickDraw 3D RAVE / QuickDraw 3D RAVE Reference
Constants


Notice Method Selectors

The method parameter passed to the QAGetNoticeMethod and QASetNoticeMethod functions specifies a type of notice method. QuickDraw 3D RAVE defines these constants for method selectors.

typedef enum TQAMethodSelector {
   kQAMethod_RenderCompletion          = 0,
   kQAMethod_DisplayModeChanged        = 1
} TQAMethodSelector;
Constant descriptions

kQAMethod_RenderCompletion
The renderer has finished rendering an image.
kQAMethod_DisplayModeChanged
The display mode has changed.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
28 AUG 1996